func github.com/coder/websocket.accept

2 uses

	github.com/coder/websocket (current package)
		accept.go#L103: 	return accept(w, r, opts)
		accept.go#L106: func accept(w http.ResponseWriter, r *http.Request, opts *AcceptOptions) (_ *Conn, err error) {